ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / IItemsSource<T> Interface / SourceCollection Property

In This Topic
    SourceCollection Property
    In This Topic
    Gets or sets the source collection.
    Syntax
    'Declaration
     
    
    Property SourceCollection As IEnumerable(Of T)
    IEnumerable<T> SourceCollection {get; set;}
    See Also